decoding to str: need a bytes-like object, list found

31

documents.dropna(subset = ["content"], inplace=True) # drop those rows which have NaN value cells
processed_docs = documents['content'].map(preprocess)

Comments

Submit
0 Comments